home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / modula / modula-p / readme < prev    next >
Text File  |  1994-10-29  |  6KB  |  148 lines

  1. NOTICE
  2.  
  3. The Modula-P software package is licensed free of charge. Therefore, we 
  4. provide absolutely no warranty of any kind in any case. The Universitaet 
  5. Stuttgart and the authors provide the Modula-P software package "as is" 
  6. without warranty of any kind, either expressed or implied, including, but not 
  7. limited to, the implied warrenties of merchantability and fitness for a 
  8. particular purpose. The entire risk as to the quality and the performance of 
  9. the program is with you. Should the Modula-P software package prove defective,
  10. you assume the cost of all necessary servicing, repair or correction.
  11.  
  12. In no event may the Universitaet Stuttgart or any of the programs' authors be 
  13. liable to you for damages, including any lost profits, lost monies, or other 
  14. special, incidental or consequential damages arising out of the use or inability
  15. to use (including but not limited to loss of data or data being rendered 
  16. inaccurate or losses sustained by third parties or a failure of the program to 
  17. operate with programs not included in the Modula-P software package) the 
  18. program, even if you have been advised of the possibility of such damages, or 
  19. for any claim by any other party.
  20.  
  21.  
  22. COPYRIGHT AND PUBLIC DOMAIN LICENCE
  23.  
  24. The Modula-P software package is being distributed by the Universitaet 
  25. Stuttgart as public domain software. Copyright (c) is with the authors, 
  26. Roland Norz and Thomas Braunl at the Universitaet Stuttgart, IPVR, Germany. 
  27. There is no warranty in any case as stated in the paragraph above.
  28.  
  29. You are free to use and copy the original Modula-p software package free of 
  30. charge for non-commercial applications, provided that 
  31.     1)  the notices on copyright, public domain, and no warranty of this page
  32.         as well as a reference to this report are included,
  33.     2)  you return a filled-in copy of the attached registration sheet,
  34.         which gives us some information on the distribution of our software.
  35.         An intended commercial use requires the written consent of the authors.
  36.  
  37. You may obtain the Modula-P software package for any of the following computer
  38. systems:
  39.     *  SPARCstation         (Unix, OS 4.0)
  40.     *  IBM RS/6000          (AIX, 3.2)
  41.     *  HP-Apollo 700        (HP-UX)
  42.     *  DECstation           (Ultrix)
  43.     *  Sequent Symmetry     (Dynix)  (in development)
  44.  
  45. The Modula-P software package and the Modula-P user manual are available
  46. free of charge via "anonymous ftp" from:
  47.   ftp.informatik.uni-stuttgart.de     (129.69.211.1)
  48.   in subdirectory    pub/modula-p
  49. For mailing bug reports (no calls, please!), suggestions or your favourite 
  50. Modula-P application, also contact the address below:
  51.  
  52. Dr. Thomas Braunl
  53. Universitaet Stuttgart
  54. Fakultaet Informatik
  55. Postfach 10 60 37
  56. D-7000 Stuttgart 10
  57. Germany
  58.  
  59. FAX:     +49 (711) 7801049
  60. e-mail:  braunl@informatik.uni-stuttgart.de
  61.  
  62. ------------------------------------------------------------------------------
  63.  
  64. Some additional information about Modula-P programs:
  65.  
  66. - Every Modula-P program needs exactly one shared memory segment
  67.   and two semaphore sets of the operating system. You may see
  68.   them by executing 'ipcs'.
  69.  
  70. - For releasing the shared memory segment and semaphores there are
  71.   created automatically up to three control processes in the background 
  72.   at the initialization of the program.
  73.  
  74. - When using COMMUNICATIONS, rpc portmap entries are generated with 
  75.   dynamic program numbers beginning at 1073741824 (0x40000000).
  76.   You may see the program numbers by executing 'rpcinfo -p'.
  77.  
  78. - Every COMMUNICATION started with INITCOM results in four processes:
  79.   First, a remote shell at the local workstation.
  80.   Second, a remote shell deamon at the remote workstation.
  81.   Third, a shell at the remote workstation as child of the second.
  82.   Last, the communication server process as child of the third process.
  83.  
  84. - At termination of the program, the shared memory segment and semaphores
  85.   will be released, this is indicated by the message
  86.   'All Semaphores and Shared Memory Segments cleared. Program-System terminated'
  87.   If COMMUNICATIONS were started, they will automatically be stopped, the
  88.   message 'Communications will be stopped. Please wait.' is shown.
  89.  
  90. - If no error message is shown, all used ressources are released. This will
  91.   take up to 5s time.
  92.  
  93. - If an error occurs, the control processes in the background will
  94.   release the ressources. This may trigger additional error messages
  95.   e. g. if it is tried to delete a semaphore set twice.
  96.  
  97. - On an HP-Apollo 700 system, the command "rsh" is supposed to be aliased
  98.   to the remote shell command "remsh".
  99. ------------------------------------------------------------------------------
  100.  
  101. REGISTRATION FOR THE MODULA-P SOFTWARE PACKAGE
  102.  
  103. Please fill in the blanks and return to:
  104.  
  105.        Dr. Thomas Braunl
  106.        Universitaet Stuttgart
  107.        Fakultaet Informatik
  108.        Postfach 10 60 37
  109.        D-7000 Stuttgart 10
  110.        Germany
  111.  
  112.        e-mail:  braunl@informatik.uni-stuttgart.de
  113.  
  114.  
  115. Name:     (first, last)      ................................................
  116.  
  117. Company:  (if any)           ................................................
  118.  
  119. Address:  (street)           ................................................
  120.  
  121.           (city, ZIP)        ................................................
  122.  
  123.           (country)          ................................................
  124.  
  125. E-mail:                      ................................................
  126.  
  127.  
  128. Intended Use of Modula-P     ................................................
  129. and Application Areas:
  130.                              ................................................
  131.  
  132.                              ................................................
  133.  
  134.                              ..................................................
  135.  
  136.  
  137. Computer Systems Used:       ................................................
  138.  
  139.                              ................................................
  140.  
  141.                              ................................................
  142.  
  143.                              ................................................
  144.  
  145.  
  146. Thank you for your cooperation!
  147.  
  148.